Public Types | Static Public Member Functions | List of all members
util::details::collection_from_reference_impl< T[]> Struct Template Reference

#include <ContainerMeta.h>

Public Types

using type = T *
 

Static Public Member Functions

static type get (T ptr[])
 

Detailed Description

template<typename T>
struct util::details::collection_from_reference_impl< T[]>

Definition at line 359 of file ContainerMeta.h.

Member Typedef Documentation

template<typename T >
using util::details::collection_from_reference_impl< T[]>::type = T*

Definition at line 360 of file ContainerMeta.h.

Member Function Documentation

template<typename T >
static type util::details::collection_from_reference_impl< T[]>::get ( ptr[])
inlinestatic

Definition at line 361 of file ContainerMeta.h.

361 { return ptr; }

The documentation for this struct was generated from the following file: